net/http.wantConn.cancelCtx (field)
6 uses
net/http (current package)
transport.go#L912: if w.cancelCtx != nil && !w.waiting() {
transport.go#L913: w.cancelCtx()
transport.go#L1341: cancelCtx context.CancelFunc
transport.go#L1482: if w == nil || w.cancelCtx != nil {
transport.go#L1535: cancelCtx: dialCancel,
transport.go#L1632: w.cancelCtx = nil
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)